DBMS - определение. Что такое DBMS
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое DBMS - определение

ORGANIZED COLLECTION OF DATA IN COMPUTING
Database management system; DBMS; Database/Applications; Database system; List of database servers; List of Database Servers; Data base; Database software; Databases; Distributed data base; Database language; Dbms; Database Management System; Database management systems; Database systems; Data Base; Database instance; Distributed database management system; DDBMS; Distributed Database Management System; Data base management system; Database manager; Computer database; Database programming; Database development; Replication transparency; Forensic database; Db management; Database Management; Data bases; Database management software; Database System; Relation-valued attribute; Information Principle; Database Manager; Query Processing; Database query; Public database; D-base; DBMSs; Enterprise database management; Database management program; Database information system; Database management; Computer Databases; DB file; Types of DBMS; Database queries; Data-base; Scientific database; Research database; Numeric database; General-purpose DBMS; Distributed databases; DataBase; Database backend; Electronic data processing database; Public databases; History of database systems; Static analysis of query languages; Database (computing); Database languages
  • Basic structure of navigational [[CODASYL]] database model
  • Collage of five types of database models
  • thumb
  • In the [[relational model]], records are "linked" using virtual keys not stored in the database but defined as needed between the data contained in the records.
Найдено результатов: 45
DBMS         
DBMS         
DataBase Management System (Reference: DB)
DBMS         
¦ abbreviation database management system.
Array DBMS         
  • Transformation of a query to a more efficient, but equivalent version during array query optimization
SYSTEM THAT PROVIDES DATABASE SERVICES SPECIFICALLY FOR ARRAYS
User:Pebau.grandauer/Array DBMS; Wikipedia talk:Articles for creation/Array DBMS; Array database management system
Array database management systems (array DBMSs) provide database services specifically for arrays (also called raster data), that is: homogeneous collections of data items (often called pixels, voxels, etc.), sitting on a regular grid of one, two, or more dimensions.
Column-oriented DBMS         
DATABASE MANAGEMENT SYSTEM THAT STORES DATA TABLES BY COLUMN RATHER THAN BY ROW
Column-store architecture; Column-oriented database; Column oriented database; Column store; Column storage; Columnar database; Row-oriented DBMS; Row-oriented; Column-based analytical technology
A column-oriented DBMS or columnar DBMS is a database management system (DBMS) that stores data tables by column rather than by row. Benefits include more efficient access to data when only querying a subset of columns (by eliminating the need to read columns that are not relevant), and more options for data compression.
DBM         
  • A schematic showing the relationship between [[dBu]] (the [[voltage source]]) and dBm (the power dissipated as [[heat]] by the 600 Ω [[resistor]])
WIKIMEDIA DISAMBIGUATION PAGE
DBM (disambiguation); Dbm
DataBase Manager (Reference: DB)
relational DBMS         
  • The general structure of a relational database
DIGITAL DATABASE WHOSE ORGANIZATION IS BASED ON THE RELATIONAL MODEL OF DATA
RDBMS; Relational DBMS; Relational database management system; Database constraint; Relational databases; Relational Database Management System; RDBMSs; RDBS; Relational database management systems; Relational Databases; TRDBMS; Relational Database Management Systems; PRDBMS; Relational query; Database relational; Relational Database; Truly relational database management system; Relational DB; Constraint (database); Relational database system; Database constraints; Relational instance; History of relational databases; Relational database constraints
DBm         
  • A schematic showing the relationship between [[dBu]] (the [[voltage source]]) and dBm (the power dissipated as [[heat]] by the 600 Ω [[resistor]])
WIKIMEDIA DISAMBIGUATION PAGE
DBM (disambiguation); Dbm
dBm or dBmW (decibel-milliwatts) is a unit of level used to indicate that a power level is expressed in decibels (dB) with reference to one milliwatt (mW). It is used in radio, microwave and fiber-optical communication networks as a convenient measure of absolute power because of its capability to express both very large and very small values in a short form.
database         
also data base (databases)
A database is a collection of data that is stored in a computer and that can easily be used and added to.
They maintain a database of hotels that cater for businesswomen.
N-COUNT
database manager         
The part of the database management system (DBMS) that handles the organisation, storage and retrieval of the data. A database manager may work with traditional programming languages, such as COBOL and BASIC, or may work only with its proprietary programming language. The terms database manager and database management system are used interchangeably. A database manager links two or more files together and is the foundation for developing routine business systems. Contrast with file manager, which works with only one file at a time and is typically used interactively on a personal computer for managing personal, independent files, such as name and address lists.

Википедия

Database

In computing, a database is an organized collection of data stored and accessed electronically. Small databases can be stored on a file system, while large databases are hosted on computer clusters or cloud storage. The design of databases spans formal techniques and practical considerations, including data modeling, efficient data representation and storage, query languages, security and privacy of sensitive data, and distributed computing issues, including supporting concurrent access and fault tolerance.

A database management system (DBMS) is the software that interacts with end users, applications, and the database itself to capture and analyze the data. The DBMS software additionally encompasses the core facilities provided to administer the database. The sum total of the database, the DBMS and the associated applications can be referred to as a database system. Often the term "database" is also used loosely to refer to any of the DBMS, the database system or an application associated with the database.

Computer scientists may classify database management systems according to the database models that they support. Relational databases became dominant in the 1980s. These model data as rows and columns in a series of tables, and the vast majority use SQL for writing and querying data. In the 2000s, non-relational databases became popular, collectively referred to as NoSQL, because they use different query languages.